Snapservice Clusters VirtualMachines RemoteProtectionInfo
The Snapservice Clusters VirtualMachines RemoteProtectionInfo schema contains properties that provide information regarding the remote protection for a virtual machine.
This schema was added in vSphere API 9.0.0.0.
{
"incoming_replication": {
"status": "string",
"errors": [
{
"messages": [
{
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
]
}
],
"license_failure": false,
"error_type": "string",
"cluster_pair": "string",
"replica_datastores": [
"string"
],
"rpo_violation": {
"unit": "string",
"duration": 0
}
},
"outgoing_replications": [
{
"status": "string",
"errors": [
{
"messages": [
{
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
]
}
],
"license_failure": false,
"error_type": "string",
"cluster_pair": "string",
"replica_datastores": [
"string"
],
"rpo_violation": {
"unit": "string",
"duration": 0
}
}
]
}
Provides the information regarding the incoming replication for the virtual machine.
This property was added in vSphere API 9.0.0.0.
missing or null if there is no incoming replication for the virtual machine.
Provides the information regarding the outgoing replications for the virtual machine.
This property was added in vSphere API 9.0.0.0.
missing or null if there are no outgoing replications for the virtual machine.